[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
U_TRANS VARIABLE
Function
Allow reading and writing of the current users default transfer protocol
letter.
Type & Value
STRING
The current users default transfer protocol letter (1 character max).
Remarks
This STRING is filled with information from the current users record
when the GETUSER statement is executed. It may then be changed and
written back to the users record with the PUTUSER statement. Note that
it is empty until a GETUSER statement is processed and that changes are
not written until a PUTUSER statement is processed. Valid characters
that may be used in the U_TRANS variable are A through Z and 0 through 9.
Examples
GETUSER
PRINTLN "Your default file transfer protocol letter is ",U_TRANS
LET U_TRANS = "N" ' Set to no default protocol
PRINTLN "Default file transfer protocol letter set to None"
PUTUSER
See Also:
GETUSER
PUTUSER
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson